/* Start Global */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body { font-family: 'Raleway', sans-serif;}
.container {width: 1200px; margin: auto}
ul {list-style: none; padding: 0; margin: 0 }

.navbar,
.services,
.our-projects,
.our-team,
.testimonial,
.footer {min-width: 1200px}
/* End global */

/* Start Navbar */

.navbar {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    height: 0;
    color: #FFF;
    position: relative;
    z-index: 2
}

.navbar .brand {
    float: left;
    font-family: 'Raleway', sans-serif;
    width: 50%;
    text-transform: uppercase;
    margin-top: 0px;
    letter-spacing: 3px;
    font-size: 24px
}

.navbar .links {
    float: left;
    width: 50%;
    margin-top: 25px;
    letter-spacing: 0.6px
}

.navbar .links li {
    display: inline-block;
    padding: 10px 0;
    margin: 0 6px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent
}

.navbar .links li a {
    color: #FFF;
    text-decoration: none
}

.navbar .links li.active a,
.navbar .links li a:hover {
    color: #E9601C
}

.navbar .links li.active,
.navbar .links li:hover {
    border-bottom: 2px solid #E9601C;
    font-weight: 400
}
/* End Navbar */

/* Start Header */
.header {
    background: url('../images/new_city.jpg');
    position: relative
}

.header .overlay {
    background-color: rgba(15, 0, 15, 0.6);
    position: absolute;
    top:  0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    z-index: 1
}

.header .bx-wrapper {
    height: 100%
}

.header .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0;
    background: none;
    height: 100% !important;
    text-align: center
}

.header .bxslider {
    height: 100%
}

.header .bxslider li {
    display: block;
}

.header .bxslider li h2 {
    font-size: 60px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 30px;
}

.header .bxslider li h2 span {
    color: #FF572D;
}

/* End Header */

/* Start Services */

.services {
    height: 500px;
    padding: 80px 20px 40px    
}

.services h2 {
    margin: 0 0 45px;
    font-weight: normal
}

.services .item {
    float: left;
    width: 33.3333%;
    margin-bottom: 45px;
    text-align: center
}

.services .item i {
    color: #E9601C;
    width: 20%;
    margin-right: 5%;
    margin-top: 20px
}

.services .item .info { width: 95% }

.services .item .info h3 {
    font-weight: normal;
    font-size: 22px;
    color: #E9601C;
    margin-bottom: 10px
}
.services .item .info p {margin-top: 0; color: #777}
/* End Services */

.separator {
    border: 1px solid #DDD;
}

/* Start Our Team */

.our-team { margin: 60px 20px }
.our-team .box:first-child {width: 35% }
.our-team .box {float: left }
.our-team h2 {font-weight: normal; padding: 0 0 15px }
.our-team .box p {color: #777; line-height: 1.4; font-size: 17px; width: 97% }
.our-team .box:not(:first-child) {width: 15.25%; margin-right: 1%; position: relative; transition: all 1s ease-in-out }
.our-team .box:not(:first-child) .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 98%;
    line-height: 335px;
    font-size: 25px;
    color: #FFF;
    text-align: center;
    background-color: rgba(245, 90, 20, .65);
    display: none
}
.our-team .box:not(:first-child):hover .overlay { display: block; border-radius: 30px}
.our-team .box:not(:first-child) img { width: 100%; border-radius: 30px }
/* End Our Team */

/* Start Testimonial*/
.testimonial {
    background-image: url(../images/testmonial.jpg);
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    height: 420px;
    position: relative;
    text-align: center;
    padding: 80px 0 
}

.testimonial .t-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    background-color: rgba(0, 0, 0, .60)
}

.testimonial h2 {padding: 40px; margin: 80px 0 20px }
.testimonial q {
    font-size: 20px;
    line-height: 1.7;
    color: #D0D0D0;
    margin-top: 20px;
    display: block
}
.testimonial p {font-size: 30px; color: #E9601C }
.testimonial .slider > div {display: none}
.testimonial .slider .actve {display: block}

/* Start Our Projects */
.our-projects {padding: 60px 0; height: 1000px}
.our-projects h2 {font-weight: normal}
.our-projects ul {margin-top: 50px}
.our-projects ul li {
    display: inline-block;
    border: 2px solid #D4CCCC;
    color: #A7A7A7;
    padding: 12px;
    border-radius: 5px;
    margin-right: 5px
}

.our-projects ul li.selected {color: #FFF; background-color: #E9601C; border: 2px solid #E9601C}

.our-projects .gallery {
    margin-top: 50px;
    overflow: hidden
}

.our-projects .gallery .row > div {
    width: 32.6666%;
    float: left;
    margin-bottom: 12px;
    position: relative
}

.our-projects .gallery .row > div img {
    width: 100%;
    border-radius: 30px
}

.our-projects .gallery .row > div:nth-child(2) {
    margin-left: 1%;
    margin-right: 1%
} 

.our-projects .gallery .row > div .over {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 99%;
    line-height: 232px;
    font-size: 25px;
    color: #FFF;
    text-align: center;
    background-color: rgba(245, 90, 20, .9);
    display: none
}

.our-projects .gallery .row > div .heart {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #FFF;
    display: none
}

.our-projects .gallery .row > div:hover .over,
.our-projects .gallery .row > div:hover .heart {
    display: block;
    border-radius: 30px
}

.our-projects .shuffle li {
    cursor: pointer
}

.our-projects .mix {
    display: none
}
/* End Our Projects */

/* Start Footer */
.footer {
    background-color: #232323;
    color: #6c6c6c;
    padding: 40px 0 ;
    overflow: hidden;
}

.footer .col {
    width: 25%;
    float: left
}

.footer h2 {
    font-weight: normal;
    font-size: 18px;
    color: #FFF
}

.footer p {
    line-height: 21px;
    margin-bottom: 50px
        
}

.footer .col i {
   padding: 10px;
   color: #CCC ;
   display: inline-block;
   border: 1px solid #979797;
}

.footer .col i:hover{cursor: pointer; background-color: #777}

.footer .tags span {
   padding: 10px;
   color: #CCC ;
   display: inline-block;
   border: 1px solid #979797;
   margin-bottom: 10px;
   margin-right: 9px;
}

.footer .recent div {
    overflow: hidden;
    margin-bottom: 18px
}

.footer .recent div img {
    float: left;
    margin-right: 10px
}

.footer .recent div h4 {
    margin: 8px 0;
    color: #ccc;
    font-weight: normal
}

.footer .blog ul li{
    padding: 15px;
    border-bottom: 1px solid #979797;
    color: #CCC
}


.footer .copyright {
    margin-bottom: 1px;
}
/* End Footer */

/* Start Framework */

.clearfix {
    clear: both
}

.special-heading {
    position: relative
}

.special-heading:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    top: 40px;
    left: 0px;
    border-bottom: 2px solid #333
    
}
/* End Framewok */